Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-219999 | SOL-11.1-020230 | SV-219999r958804_rule | Medium |
Description |
---|
Operating systems are capable of providing a wide variety of functions and services. Execution must be disabled based on organization-defined specifications. |
STIG | Date |
---|---|
Solaris 11 X86 Security Technical Implementation Guide | 2024-05-30 |
Check Text ( C-21709r372571_chk ) |
---|
Identify the packages installed on the system. # pkg list Any unauthorized software packages listed in the output are a finding. |
Fix Text (F-21708r372572_fix) |
---|
The Software Installation profile is required. Identify packages installed on the system: # pkg list uninstall unauthorized packages: # pfexec pkg uninstall [ package name] |